Skip to content

Bump @types/node from 20.19.41 to 25.9.1#3

Merged
BigSimmo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-25.9.1
Jun 3, 2026
Merged

Bump @types/node from 20.19.41 to 25.9.1#3
BigSimmo merged 1 commit into
mainfrom
dependabot/npm_and_yarn/types/node-25.9.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 22, 2026

Copy link
Copy Markdown
Contributor

Bumps @types/node from 20.19.41 to 25.9.1.

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels May 22, 2026
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.19.41 to 25.9.1.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-version: 25.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/npm_and_yarn/types/node-25.9.1 branch from c5712f4 to 5f1a795 Compare June 3, 2026 08:05
@BigSimmo
BigSimmo merged commit a0e150d into main Jun 3, 2026
4 checks passed
@BigSimmo
BigSimmo deleted the dependabot/npm_and_yarn/types/node-25.9.1 branch June 3, 2026 08:07
BigSimmo added a commit that referenced this pull request Jul 8, 2026
…te guard (#381)

* test: fix WebKit hide-on-scroll flake + guard retrieval owner_filter callsites

Two follow-ups from the 48h PR review.

- tests/ui-tools.spec.ts (#5): the "phone bottom search dock hides while scrolling" test failed on
  WebKit only (release-browser-matrix) because WebKit doesn't reliably emit a native scroll event for
  a programmatic scrollTo, so useHideOnScroll never ran and data-scroll-hidden stayed unset. Dispatch
  an explicit scroll event after each scrollTo; harmless on Chromium/Firefox (the rAF guard dedupes).

- tests/retrieval-owner-filter-guard.test.ts (#3): defense-in-depth tripwire. The SQL
  retrieval_owner_matches fails OPEN on a null owner_filter and RLS is service-role-only, so the app
  filter is the sole tenant boundary. Until the matcher is made fail-closed (gated on the Supabase
  Preview migration-drift fix so the SQL change is verifiable), this asserts every src .rpc()
  owner_filter argument comes from a sanctioned scope helper / the public sentinel, never a literal null.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* style: prettier-format owner_filter guard test

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* fix(test): avoid Dirent.path typing in owner_filter guard (CI @types/node drift)

Use the string-returning readdirSync recursive overload instead of withFileTypes so the scan
doesn't depend on Dirent.parentPath/path, which differ across @types/node versions and failed
the CI typecheck (TS2339 Property 'path' does not exist on Dirent).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant